home *** CD-ROM | disk | FTP | other *** search
/ Cine Live 70 / Cine Live 70.iso / pc / Data / Interface / e7.k < prev    next >
Encoding:
Text File  |  2003-06-06  |  23.1 KB  |  1,171 lines

  1. module oRoot1 is cBox
  2. with 
  3.     Flags is $00000152; 
  4.     release Editor:
  5.         IOWindow is {$00000289,$0000005C,$0000028E,$00000397,$00000000,$FFFFFF90,$00000000,$00000000};
  6.         LayoutWindow is {$0000001F,$000000D3,$0000032F,$00000267,$00000000,$00000000,$00000064,$00000000};
  7.     end;
  8.     Name is "Root"; 
  9.     Enabled is false; 
  10.     
  11.     Width is 800; Height is 600; 
  12.     
  13.     
  14.     Elements is [
  15.         oFond2,
  16.         ob13,
  17.         ob24,
  18.         ob35,
  19.         ob46,
  20.         ob57,
  21.         ob68,
  22.         ob79,
  23.         ob810,
  24.         ob911,
  25.         ob1012,
  26.         ob1113,
  27.         ob1214,
  28.         of115,
  29.         of216,
  30.         of317,
  31.         of418,
  32.         of519,
  33.         of620,
  34.         of721,
  35.         of822,
  36.         of923,
  37.         of1024,
  38.         of1125,
  39.         of1226,
  40.         oInternet27,
  41.         ol128,
  42.         ol129,
  43.         oI330,
  44.         oBouton_Fiche31,
  45.         oBouton_Imprimer32,
  46.         oBouton_Sommaire33,
  47.         oBouton_Photos34,
  48.         oBouton_Vid_o35,
  49.         oFiche_Technique36,
  50.         oTexte_RTF37,
  51.         ovid_o38,
  52.         oglobal39
  53.     ];
  54.     Events is [
  55.         cOffscreenEvent
  56.         with Flags is $00000004; 
  57.             Commands is [
  58.                 cPixelTool_IfSystemCommand
  59.                 with Flags is $00000004; 
  60.                     Commands is [
  61.                         cSwitchURLCommand
  62.                         with Flags is $00000004; Target is oFond2; URL is "../Images/s7m.jpg"; end,
  63.                         cDragCommand
  64.                         with Flags is $00000004; Target is ovid_o38; Mode is DragTo; X is 599; Y is 418; end,
  65.                         cGrowCommand
  66.                         with Flags is $00000004; Target is ovid_o38; Mode is GrowTo; X is 192; Y is 144; end,
  67.                         cShowCommand
  68.                         with Flags is $00000004; Target is ovid_o38; end,
  69.                         cEnableCommand
  70.                         with Flags is $00000004; Target is ovid_o38; end,
  71.                         cRunCommand
  72.                         with Flags is $00000004; Target is ovid_o38; Rewind is true; end
  73.                     ];
  74.                 end,
  75.                 cPixelTool_IfSystemCommand
  76.                 with Flags is $00000004; SetMode is IsWinTest; 
  77.                     Commands is [
  78.                         cDragCommand
  79.                         with Flags is $00000004; Target is ovid_o38; Mode is DragTo; X is 599; Y is 418; end,
  80.                         cGrowCommand
  81.                         with Flags is $00000004; Target is ovid_o38; Mode is GrowTo; X is 192; Y is 144; end,
  82.                         cShowCommand
  83.                         with Flags is $00000004; Target is ovid_o38; end,
  84.                         cEnableCommand
  85.                         with Flags is $00000004; Target is ovid_o38; end,
  86.                         cRunCommand
  87.                         with Flags is $00000004; Target is ovid_o38; Rewind is true; end
  88.                     ];
  89.                 end
  90.             ];
  91.         end,
  92.         cKeyboardEvent
  93.         with Flags is $00000004; Test is IsSpace; 
  94.             Commands is [
  95.                 cRunCommand
  96.                 with Flags is $00000004; Target is ovid_o38; Mode is Toggle; end
  97.             ];
  98.         end,
  99.         cKeyboardEvent
  100.         with Value is "+"; 
  101.             Commands is [
  102.                 cSetVolumeCommand
  103.                 with Mode is ExecuteHigher; end
  104.             ];
  105.         end,
  106.         cKeyboardEvent
  107.         with Value is "-"; 
  108.             Commands is [
  109.                 cSetVolumeCommand
  110.                 with Flags is $00000004; Mode is ExecuteLower; end
  111.             ];
  112.         end,
  113.         cKeyboardEvent
  114.         with Value is "m"; 
  115.             Commands is [
  116.                 cRunCommand
  117.                 with Flags is $00000004; Mode is Toggle; Rewind is true; end
  118.             ];
  119.         end
  120.     ];
  121. end;
  122.  
  123. object oFond2 is cImage
  124. with 
  125.     Flags is $00000150; 
  126.     Name is "Fond"; 
  127.     Enabled is false; Cursor is oEmptyCursor; 
  128.     AdjustX is AlignToCenter; AdjustY is AlignToTop; 
  129.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  130.     
  131.     URL is "data/Images/s7p.jpg"; URLOption is GetDiskURL; 
  132.     
  133.     
  134.     Events is [
  135.         cOnscreenEvent
  136.         with Flags is $00000004; 
  137.             Commands is [
  138.                 cTokenCommand
  139.                 with Flags is $00000004; TokenName is "stop"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  140.             ];
  141.         end
  142.     ];
  143. end;
  144.  
  145. object ob13 is cImage
  146. with 
  147.     Name is "b1"; 
  148.     Enabled is false; Shown is false; 
  149.     X is -21; Y is 148; 
  150.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  151.     
  152.     URL is "../Images/BOUTONV2.psd"; 
  153.     Bitmapped is false; Mode is 260; 
  154.     
  155. end;
  156.  
  157. object ob24 is cImage
  158. with 
  159.     Name is "b2"; 
  160.     Enabled is false; Shown is false; 
  161.     X is -21; Y is 180; 
  162.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  163.     
  164.     URL is "../Images/BOUTONV2.psd"; 
  165.     Mode is 260; 
  166.     
  167. end;
  168.  
  169. object ob35 is cImage
  170. with 
  171.     Name is "b3"; 
  172.     Enabled is false; Shown is false; 
  173.     X is -21; Y is 211; 
  174.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  175.     
  176.     URL is "../Images/BOUTONV2.psd"; 
  177.     Mode is 260; 
  178.     
  179. end;
  180.  
  181. object ob46 is cImage
  182. with 
  183.     Name is "b4"; 
  184.     Enabled is false; Shown is false; 
  185.     X is -21; Y is 235; 
  186.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  187.     
  188.     URL is "../Images/BOUTONV2.psd"; 
  189.     Mode is 260; 
  190.     
  191. end;
  192.  
  193. object ob57 is cImage
  194. with 
  195.     Name is "b5"; 
  196.     Enabled is false; Shown is false; 
  197.     X is -21; Y is 261; 
  198.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  199.     
  200.     URL is "../Images/BOUTONV2.psd"; 
  201.     Mode is 260; 
  202.     
  203. end;
  204.  
  205. object ob68 is cImage
  206. with 
  207.     Name is "b6"; 
  208.     Enabled is false; Shown is false; 
  209.     X is -21; Y is 286; 
  210.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  211.     
  212.     URL is "../Images/BOUTONV2.psd"; 
  213.     Mode is 260; 
  214.     
  215. end;
  216.  
  217. object ob79 is cImage
  218. with 
  219.     Name is "b7"; 
  220.     Enabled is false; Shown is false; 
  221.     X is -21; Y is 312; 
  222.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  223.     
  224.     URL is "../Images/BOUTONV2.psd"; 
  225.     Mode is 260; 
  226.     
  227. end;
  228.  
  229. object ob810 is cImage
  230. with 
  231.     Name is "b8"; 
  232.     Enabled is false; Shown is false; 
  233.     X is -21; Y is 337; 
  234.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  235.     
  236.     URL is "../Images/BOUTONV2.psd"; 
  237.     Mode is 260; 
  238.     
  239. end;
  240.  
  241. object ob911 is cImage
  242. with 
  243.     Name is "b9"; 
  244.     Enabled is false; Shown is false; 
  245.     X is -21; Y is 362; 
  246.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  247.     
  248.     URL is "../Images/BOUTONV2.psd"; 
  249.     Mode is 260; 
  250.     
  251. end;
  252.  
  253. object ob1012 is cImage
  254. with 
  255.     Name is "b10"; 
  256.     Enabled is false; Shown is false; 
  257.     X is -21; Y is 387; 
  258.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  259.     
  260.     URL is "../../DATA/Images/BOUTONV2.psd"; 
  261.     Mode is 260; 
  262.     
  263. end;
  264.  
  265. object ob1113 is cImage
  266. with 
  267.     Name is "b11"; 
  268.     Enabled is false; Shown is false; 
  269.     X is -21; Y is 412; 
  270.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  271.     
  272.     URL is "../../DATA/Images/BOUTONV2.psd"; 
  273.     Mode is 260; 
  274.     
  275. end;
  276.  
  277. object ob1214 is cImage
  278. with 
  279.     Name is "b12"; 
  280.     Enabled is false; Shown is false; 
  281.     X is -21; Y is 449; 
  282.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  283.     
  284.     URL is "../../DATA/Images/BOUTONV2.psd"; 
  285.     Mode is 260; 
  286.     
  287. end;
  288.  
  289. object of115 is cBox
  290. with 
  291.     Name is "f1"; 
  292.     Cursor is oFingerCursor; 
  293.     X is -1; Y is 164; 
  294.     Width is 162; Height is 27; 
  295.     
  296.     
  297.     Events is [
  298.         cMouseEnterEvent
  299.         with Flags is $00000004; 
  300.             Commands is [
  301.                 cShowCommand
  302.                 with Flags is $00000004; Target is ob13; end
  303.             ];
  304.         end,
  305.         cMouseLeaveEvent
  306.         with Flags is $00000004; 
  307.             Commands is [
  308.                 cShowCommand
  309.                 with Flags is $00000004; Target is ob13; Mode is Clear; end
  310.             ];
  311.         end,
  312.         cMouseUpEvent
  313.         with Flags is $00000004; Flag is true; 
  314.             Commands is [
  315.                 cBrowseCommand
  316.                 with Flags is $00000004; URL is "e1.k"; end
  317.             ];
  318.         end
  319.     ];
  320. end;
  321.  
  322. object of216 is cBox
  323. with 
  324.     Name is "f2"; 
  325.     Cursor is oFingerCursor; 
  326.     Y is 192; 
  327.     Width is 161; Height is 30; 
  328.     
  329.     
  330.     Events is [
  331.         cMouseEnterEvent
  332.         with 
  333.             Commands is [
  334.                 cShowCommand
  335.                 with Target is ob24; end
  336.             ];
  337.         end,
  338.         cMouseLeaveEvent
  339.         with 
  340.             Commands is [
  341.                 cShowCommand
  342.                 with Target is ob24; Mode is Clear; end
  343.             ];
  344.         end,
  345.         cMouseUpEvent
  346.         with Flag is true; 
  347.             Commands is [
  348.                 cBrowseCommand
  349.                 with URL is "e2.k"; end
  350.             ];
  351.         end
  352.     ];
  353. end;
  354.  
  355. object of317 is cBox
  356. with 
  357.     Flags is $00000150; 
  358.     Name is "f3"; 
  359.     Cursor is oFingerCursor; 
  360.     Y is 226; 
  361.     Width is 166; Height is 25; 
  362.     
  363.     
  364.     Events is [
  365.         cMouseEnterEvent
  366.         with Flags is $00000004; 
  367.             Commands is [
  368.                 cShowCommand
  369.                 with Flags is $00000004; Target is ob35; end
  370.             ];
  371.         end,
  372.         cMouseLeaveEvent
  373.         with Flags is $00000004; 
  374.             Commands is [
  375.                 cShowCommand
  376.                 with Flags is $00000004; Target is ob35; Mode is Clear; end
  377.             ];
  378.         end,
  379.         cMouseUpEvent
  380.         with Flags is $00000004; Flag is true; 
  381.             Commands is [
  382.                 cBrowseCommand
  383.                 with Flags is $00000004; URL is "e3.k"; end
  384.             ];
  385.         end
  386.     ];
  387. end;
  388.  
  389. object of418 is cBox
  390. with 
  391.     Name is "f4"; 
  392.     Cursor is oFingerCursor; 
  393.     Y is 249; 
  394.     Width is 159; Height is 28; 
  395.     
  396.     
  397.     Events is [
  398.         cMouseEnterEvent
  399.         with 
  400.             Commands is [
  401.                 cShowCommand
  402.                 with Target is ob46; end
  403.             ];
  404.         end,
  405.         cMouseLeaveEvent
  406.         with 
  407.             Commands is [
  408.                 cShowCommand
  409.                 with Target is ob46; Mode is Clear; end
  410.             ];
  411.         end,
  412.         cMouseUpEvent
  413.         with Flag is true; 
  414.             Commands is [
  415.                 cBrowseCommand
  416.                 with URL is "e4.k"; end
  417.             ];
  418.         end
  419.     ];
  420. end;
  421.  
  422. object of519 is cBox
  423. with 
  424.     Name is "f5"; 
  425.     Cursor is oFingerCursor; 
  426.     Y is 276; 
  427.     Width is 162; Height is 26; 
  428.     
  429.     
  430.     Events is [
  431.         cMouseEnterEvent
  432.         with 
  433.             Commands is [
  434.                 cShowCommand
  435.                 with Target is ob57; end
  436.             ];
  437.         end,
  438.         cMouseLeaveEvent
  439.         with 
  440.             Commands is [
  441.                 cShowCommand
  442.                 with Target is ob57; Mode is Clear; end
  443.             ];
  444.         end,
  445.         cMouseUpEvent
  446.         with Flag is true; 
  447.             Commands is [
  448.                 cBrowseCommand
  449.                 with URL is "e5.k"; end
  450.             ];
  451.         end
  452.     ];
  453. end;
  454.  
  455. object of620 is cBox
  456. with 
  457.     Flags is $00000150; 
  458.     Name is "f6"; 
  459.     Cursor is oFingerCursor; 
  460.     Y is 302; 
  461.     Width is 161; Height is 26; 
  462.     
  463.     
  464.     Events is [
  465.         cMouseEnterEvent
  466.         with Flags is $00000004; 
  467.             Commands is [
  468.                 cShowCommand
  469.                 with Flags is $00000004; Target is ob68; end
  470.             ];
  471.         end,
  472.         cMouseLeaveEvent
  473.         with Flags is $00000004; 
  474.             Commands is [
  475.                 cShowCommand
  476.                 with Flags is $00000004; Target is ob68; Mode is Clear; end
  477.             ];
  478.         end,
  479.         cMouseUpEvent
  480.         with Flags is $00000004; Flag is true; 
  481.             Commands is [
  482.                 cBrowseCommand
  483.                 with Flags is $00000004; URL is "e6.k"; end
  484.             ];
  485.         end
  486.     ];
  487. end;
  488.  
  489. object of721 is cBox
  490. with 
  491.     Name is "f7"; 
  492.     Cursor is oFingerCursor; 
  493.     X is -1; Y is 326; 
  494.     Width is 163; Height is 28; 
  495.     
  496.     
  497.     Events is [
  498.         cMouseEnterEvent
  499.         with 
  500.             Commands is [
  501.                 cShowCommand
  502.                 with Target is ob79; end
  503.             ];
  504.         end,
  505.         cMouseLeaveEvent
  506.         with 
  507.             Commands is [
  508.                 cShowCommand
  509.                 with Target is ob79; Mode is Clear; end
  510.             ];
  511.         end,
  512.         cMouseUpEvent
  513.         with Flag is true; 
  514.             Commands is [
  515.                 cBrowseCommand
  516.                 with URL is "e7.k"; end
  517.             ];
  518.         end
  519.     ];
  520. end;
  521.  
  522. object of822 is cBox
  523. with 
  524.     Name is "f8"; 
  525.     Cursor is oFingerCursor; 
  526.     Y is 350; 
  527.     Width is 158; Height is 27; 
  528.     
  529.     
  530.     Events is [
  531.         cMouseEnterEvent
  532.         with 
  533.             Commands is [
  534.                 cShowCommand
  535.                 with Target is ob810; end
  536.             ];
  537.         end,
  538.         cMouseLeaveEvent
  539.         with 
  540.             Commands is [
  541.                 cShowCommand
  542.                 with Target is ob810; Mode is Clear; end
  543.             ];
  544.         end,
  545.         cMouseUpEvent
  546.         with Flag is true; 
  547.             Commands is [
  548.                 cBrowseCommand
  549.                 with URL is "e8.k"; end
  550.             ];
  551.         end
  552.     ];
  553. end;
  554.  
  555. object of923 is cBox
  556. with 
  557.     Flags is $00000150; 
  558.     Name is "f9"; 
  559.     Cursor is oFingerCursor; 
  560.     Y is 376; 
  561.     Width is 159; Height is 26; 
  562.     
  563.     
  564.     Events is [
  565.         cMouseEnterEvent
  566.         with Flags is $00000004; 
  567.             Commands is [
  568.                 cShowCommand
  569.                 with Flags is $00000004; Target is ob911; end
  570.             ];
  571.         end,
  572.         cMouseLeaveEvent
  573.         with Flags is $00000004; 
  574.             Commands is [
  575.                 cShowCommand
  576.                 with Flags is $00000004; Target is ob911; Mode is Clear; end
  577.             ];
  578.         end,
  579.         cMouseUpEvent
  580.         with Flags is $00000004; Flag is true; 
  581.             Commands is [
  582.                 cBrowseCommand
  583.                 with Flags is $00000004; URL is "e9.k"; end
  584.             ];
  585.         end
  586.     ];
  587. end;
  588.  
  589. object of1024 is cBox
  590. with 
  591.     Name is "f10"; 
  592.     Cursor is oFingerCursor; 
  593.     X is 1; Y is 402; 
  594.     Width is 160; Height is 29; 
  595.     
  596.     
  597.     Events is [
  598.         cMouseEnterEvent
  599.         with 
  600.             Commands is [
  601.                 cShowCommand
  602.                 with Target is ob1012; end
  603.             ];
  604.         end,
  605.         cMouseLeaveEvent
  606.         with 
  607.             Commands is [
  608.                 cShowCommand
  609.                 with Target is ob1012; Mode is Clear; end
  610.             ];
  611.         end,
  612.         cMouseUpEvent
  613.         with Flag is true; 
  614.             Commands is [
  615.                 cBrowseCommand
  616.                 with URL is "e10.k"; end
  617.             ];
  618.         end
  619.     ];
  620. end;
  621.  
  622. object of1125 is cBox
  623. with 
  624.     Flags is $00000150; 
  625.     Name is "f11"; 
  626.     Cursor is oFingerCursor; 
  627.     X is 1; Y is 427; 
  628.     Width is 162; Height is 28; 
  629.     
  630.     
  631.     Events is [
  632.         cMouseEnterEvent
  633.         with Flags is $00000004; 
  634.             Commands is [
  635.                 cShowCommand
  636.                 with Flags is $00000004; Target is ob1113; end
  637.             ];
  638.         end,
  639.         cMouseLeaveEvent
  640.         with Flags is $00000004; 
  641.             Commands is [
  642.                 cShowCommand
  643.                 with Flags is $00000004; Target is ob1113; Mode is Clear; end
  644.             ];
  645.         end,
  646.         cMouseUpEvent
  647.         with Flags is $00000004; Flag is true; 
  648.             Commands is [
  649.                 cBrowseCommand
  650.                 with Flags is $00000004; URL is "e11.k"; end
  651.             ];
  652.         end
  653.     ];
  654. end;
  655.  
  656. object of1226 is cBox
  657. with 
  658.     Flags is $00000150; 
  659.     Name is "f12"; 
  660.     Cursor is oFingerCursor; 
  661.     X is 1; Y is 457; 
  662.     Width is 162; Height is 42; 
  663.     
  664.     
  665.     Events is [
  666.         cMouseEnterEvent
  667.         with Flags is $00000004; 
  668.             Commands is [
  669.                 cShowCommand
  670.                 with Flags is $00000004; Target is ob1214; end
  671.             ];
  672.         end,
  673.         cMouseLeaveEvent
  674.         with Flags is $00000004; 
  675.             Commands is [
  676.                 cShowCommand
  677.                 with Flags is $00000004; Target is ob1214; Mode is Clear; end
  678.             ];
  679.         end,
  680.         cMouseUpEvent
  681.         with Flags is $00000004; Flag is true; 
  682.             Commands is [
  683.                 cBrowseCommand
  684.                 with Flags is $00000004; URL is "e12.k"; end
  685.             ];
  686.         end
  687.     ];
  688. end;
  689.  
  690. object oInternet27 is cBox
  691. with 
  692.     Flags is $00000154; 
  693.     Name is "Internet"; 
  694.     Cursor is oEarthCursor; 
  695.     X is 260; Y is 540; 
  696.     Width is 234; Height is 20; 
  697.     
  698.     
  699.     Events is [
  700.         cMouseUpEvent
  701.         with Flags is $00000004; Flag is true; 
  702.             Commands is [
  703.                 cLaunchCommand
  704.                 with Flags is $00000004; URL is "http://www.sonypictures.com/digent/tearsofthesun/index.html"; URLOption is GetSiteURL; Mode is ExecuteBrowser; end
  705.             ];
  706.         end
  707.     ];
  708. end;
  709.  
  710. object ol128 is cBox
  711. with 
  712.     release Editor:
  713.         IOWindow is {$000000AF,$0000003E,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
  714.     end;
  715.     Name is "l1"; 
  716.     Cursor is oFingerCursor; 
  717.     X is 261; Y is 501; 
  718.     Width is 82; Height is 18; 
  719.     
  720.     
  721.     Events is [
  722.         cMouseUpEvent
  723.         with Flag is true; 
  724.             Commands is [
  725.                 cIfCookieCommand
  726.                 with CookieName is "zique"; Value is "oui"; 
  727.                     Commands is [
  728.                         cTokenCommand
  729.                         with TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  730.                     ];
  731.                 end,
  732.                 cBrowseCommand
  733.                 with URL is "f17.k"; end
  734.             ];
  735.         end
  736.     ];
  737. end;
  738.  
  739. object ol129 is cBox
  740. with 
  741.     Flags is $00000150; 
  742.     Name is "l1"; 
  743.     Cursor is oFingerCursor; 
  744.     X is 221; Y is 520; 
  745.     Width is 67; Height is 19; 
  746.     
  747.     
  748.     Events is [
  749.         cMouseUpEvent
  750.         with Flags is $00000004; Flag is true; 
  751.             Commands is [
  752.                 cIfCookieCommand
  753.                 with Flags is $00000004; CookieName is "zique"; Value is "oui"; 
  754.                     Commands is [
  755.                         cTokenCommand
  756.                         with Flags is $00000004; TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  757.                     ];
  758.                 end,
  759.                 cBrowseCommand
  760.                 with Flags is $00000004; URL is "f33.k"; end
  761.             ];
  762.         end
  763.     ];
  764. end;
  765.  
  766. object oI330 is cBox
  767. with 
  768.     Flags is $00000150; 
  769.     Name is "I3"; 
  770.     Cursor is oFingerCursor; 
  771.     X is 290; Y is 520; 
  772.     Width is 81; Height is 18; 
  773.     
  774.     
  775.     Events is [
  776.         cMouseUpEvent
  777.         with Flags is $00000004; Flag is true; 
  778.             Commands is [
  779.                 cIfCookieCommand
  780.                 with Flags is $00000004; CookieName is "zique"; Value is "oui"; 
  781.                     Commands is [
  782.                         cTokenCommand
  783.                         with Flags is $00000004; TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  784.                     ];
  785.                 end,
  786.                 cBrowseCommand
  787.                 with Flags is $00000004; URL is "f6.k"; end
  788.             ];
  789.         end
  790.     ];
  791. end;
  792.  
  793. object oBouton_Fiche31 is cImage
  794. with 
  795.     Flags is $00000400; 
  796.     Name is "Bouton Fiche"; 
  797.     Shown is false; Cursor is oFingerCursor; 
  798.     X is 167; Y is 573; 
  799.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  800.     
  801.     URL is "data/Images/%E9cran%20fiche.jpg"; URLOption is GetDiskURL; 
  802.     
  803.     
  804.     Events is [
  805.         cMouseEnterEvent
  806.         with 
  807.             Commands is [
  808.                 cShowCommand
  809.                 with Target is oTargetSelf; end
  810.             ];
  811.         end,
  812.         cMouseLeaveEvent
  813.         with 
  814.             Commands is [
  815.                 cShowCommand
  816.                 with Target is oTargetSelf; Mode is Clear; end
  817.             ];
  818.         end,
  819.         cMouseUpEvent
  820.         with Flag is true; 
  821.             Commands is [
  822.                 cShowCommand
  823.                 with Target is oFiche_Technique36; Mode is Toggle; end,
  824.                 cEnableCommand
  825.                 with Target is oFiche_Technique36; Mode is Toggle; end
  826.             ];
  827.         end
  828.     ];
  829. end;
  830.  
  831. object oBouton_Imprimer32 is cImage
  832. with 
  833.     Flags is $00000400; 
  834.     Name is "Bouton Imprimer"; 
  835.     Shown is false; Cursor is oFingerCursor; 
  836.     X is 321; Y is 573; 
  837.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  838.     
  839.     URL is "data/Images/%E9cran%20imprimer.jpg"; URLOption is GetDiskURL; 
  840.     
  841.     
  842.     Events is [
  843.         cMouseEnterEvent
  844.         with 
  845.             Commands is [
  846.                 cShowCommand
  847.                 with Target is oTargetSelf; end
  848.             ];
  849.         end,
  850.         cMouseLeaveEvent
  851.         with 
  852.             Commands is [
  853.                 cShowCommand
  854.                 with Target is oTargetSelf; Mode is Clear; end
  855.             ];
  856.         end,
  857.         cMouseUpEvent
  858.         with Flag is true; 
  859.             Commands is [
  860.                 cPrintCommand
  861.                 with Target is oTexte_RTF37; end
  862.             ];
  863.         end
  864.     ];
  865. end;
  866.  
  867. object oBouton_Sommaire33 is cImage
  868. with 
  869.     Flags is $00000400; 
  870.     Name is "Bouton Sommaire"; 
  871.     Shown is false; Cursor is oFingerCursor; 
  872.     X is 13; Y is 573; 
  873.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  874.     
  875.     URL is "data/Images/%E9cran%20somm.jpg"; URLOption is GetDiskURL; 
  876.     
  877.     
  878.     Events is [
  879.         cMouseEnterEvent
  880.         with 
  881.             Commands is [
  882.                 cShowCommand
  883.                 with Target is oTargetSelf; end
  884.             ];
  885.         end,
  886.         cMouseLeaveEvent
  887.         with 
  888.             Commands is [
  889.                 cShowCommand
  890.                 with Target is oTargetSelf; Mode is Clear; end
  891.             ];
  892.         end,
  893.         cMouseUpEvent
  894.         with Flag is true; 
  895.             Commands is [
  896.                 cIfCookieCommand
  897.                 with CookieName is "zique"; Value is "oui"; 
  898.                     Commands is [
  899.                         cTokenCommand
  900.                         with TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  901.                     ];
  902.                 end,
  903.                 cBrowseCommand
  904.                 with URL is "sommaire.k"; end
  905.             ];
  906.         end
  907.     ];
  908. end;
  909.  
  910. object oBouton_Photos34 is cImage
  911. with 
  912.     Flags is $00000150; 
  913.     Name is "Bouton Photos"; 
  914.     Shown is false; Cursor is oFingerCursor; 
  915.     X is 475; Y is 573; 
  916.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  917.     
  918.     URL is "data/Images/%E9cran%20photo.jpg"; URLOption is GetDiskURL; 
  919.     
  920.     
  921.     Events is [
  922.         cMouseEnterEvent
  923.         with Flags is $00000004; 
  924.             Commands is [
  925.                 cShowCommand
  926.                 with Flags is $00000004; Target is oTargetSelf; end
  927.             ];
  928.         end,
  929.         cMouseLeaveEvent
  930.         with Flags is $00000004; 
  931.             Commands is [
  932.                 cShowCommand
  933.                 with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end
  934.             ];
  935.         end,
  936.         cMouseUpEvent
  937.         with Flags is $00000004; Flag is true; 
  938.             Commands is [
  939.                 cBrowseCommand
  940.                 with Flags is $00000004; URL is "e7s.k"; end
  941.             ];
  942.         end
  943.     ];
  944. end;
  945.  
  946. object oBouton_Vid_o35 is cImage
  947. with 
  948.     Flags is $00000400; 
  949.     Name is "Bouton Vid\$E9o"; 
  950.     Shown is false; Cursor is oFingerCursor; 
  951.     X is 629; Y is 573; 
  952.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  953.     
  954.     URL is "data/Images/%E9cran%20vid%E9o.jpg"; URLOption is GetDiskURL; 
  955.     
  956.     
  957.     Events is [
  958.         cMouseEnterEvent
  959.         with 
  960.             Commands is [
  961.                 cShowCommand
  962.                 with Target is oTargetSelf; end
  963.             ];
  964.         end,
  965.         cMouseLeaveEvent
  966.         with 
  967.             Commands is [
  968.                 cShowCommand
  969.                 with Target is oTargetSelf; Mode is Clear; end
  970.             ];
  971.         end,
  972.         cMouseUpEvent
  973.         with Flag is true; 
  974.             Commands is [
  975.                 cRunCommand
  976.                 with Target is ovid_o38; Mode is Clear; end,
  977.                 cEnableCommand
  978.                 with Target is ovid_o38; Mode is Clear; end,
  979.                 cShowCommand
  980.                 with Target is ovid_o38; Mode is Clear; end,
  981.                 cDragCommand
  982.                 with Target is ovid_o38; Mode is DragTo; end,
  983.                 cGrowCommand
  984.                 with Target is ovid_o38; Mode is GrowTo; X is 800; Y is 600; end,
  985.                 cShowCommand
  986.                 with Target is ovid_o38; end,
  987.                 cEnableCommand
  988.                 with Target is ovid_o38; end,
  989.                 cRunCommand
  990.                 with Target is ovid_o38; Rewind is true; end,
  991.                 cEnableCommand
  992.                 with Target is oglobal39; end
  993.             ];
  994.         end
  995.     ];
  996. end;
  997.  
  998. object oFiche_Technique36 is cImage
  999. with 
  1000.     Flags is $00000150; 
  1001.     Name is "Fiche Technique"; 
  1002.     Region is {$FFFF000A,$00010000,$01AC0188};
  1003.     Enabled is false; Shown is false; Cursor is oFingerCursor; 
  1004.     X is 132; Y is 41; 
  1005.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  1006.     
  1007.     URL is "data/Images/t7.jpg"; URLOption is GetDiskURL; 
  1008.     
  1009.     
  1010.     Events is [
  1011.         cMouseUpEvent
  1012.         with Flags is $00000004; Flag is true; 
  1013.             Commands is [
  1014.                 cShowCommand
  1015.                 with Flags is $00000004; Target is oFiche_Technique36; Mode is Clear; end,
  1016.                 cEnableCommand
  1017.                 with Flags is $00000004; Target is oFiche_Technique36; Mode is Clear; end
  1018.             ];
  1019.         end
  1020.     ];
  1021. end;
  1022.  
  1023. object oTexte_RTF37 is cRTFText
  1024. with 
  1025.     Flags is $00000400; 
  1026.     Name is "Texte RTF"; 
  1027.     Enabled is false; Shown is false; 
  1028.     Y is -160; 
  1029.     AdjustWidth is GetLayoutWidth; AdjustHeight is GetDataHeight; 
  1030.     
  1031.     URL is "../Textes/s7.rtf"; 
  1032.     
  1033.     
  1034. end;
  1035.  
  1036. object ovid_o38 is cMPEGMovie
  1037. with 
  1038.     Name is "vid\$E9o"; 
  1039.     Shown is false; Cursor is oFingerCursor; 
  1040.     X is 599; Y is 418; 
  1041.     Width is 192; Height is 144; 
  1042.     
  1043.     URL is "data/Videos/s7.mpg"; URLOption is GetDiskURL; 
  1044.     Events is [
  1045.         cMouseUpEvent
  1046.         with Flag is true; 
  1047.             Commands is [
  1048.                 cRunCommand
  1049.                 with Target is ovid_o38; Mode is Clear; end,
  1050.                 cShowCommand
  1051.                 with Target is ovid_o38; Mode is Clear; end,
  1052.                 cEnableCommand
  1053.                 with Target is ovid_o38; Mode is Clear; end,
  1054.                 cDragCommand
  1055.                 with Target is ovid_o38; Mode is DragTo; end,
  1056.                 cGrowCommand
  1057.                 with Target is ovid_o38; Mode is GrowTo; X is 800; Y is 600; end,
  1058.                 cShowCommand
  1059.                 with Target is ovid_o38; end,
  1060.                 cEnableCommand
  1061.                 with Target is ovid_o38; end,
  1062.                 cRunCommand
  1063.                 with Target is ovid_o38; Rewind is true; end,
  1064.                 cEnableCommand
  1065.                 with Target is oglobal39; end
  1066.             ];
  1067.         end,
  1068.         cFinishedEvent
  1069.         with 
  1070.             Commands is [
  1071.                 cPixelTool_IfSystemCommand
  1072.                 with 
  1073.                     Commands is [
  1074.                         cDragCommand
  1075.                         with Target is ovid_o38; Mode is DragTo; X is 599; Y is 418; end,
  1076.                         cGrowCommand
  1077.                         with Target is ovid_o38; Mode is GrowTo; X is 192; Y is 144; end,
  1078.                         cEnableCommand
  1079.                         with Target is oglobal39; Mode is Clear; end,
  1080.                         cShowCommand
  1081.                         with Target is ovid_o38; end,
  1082.                         cEnableCommand
  1083.                         with Target is ovid_o38; end,
  1084.                         cRunCommand
  1085.                         with Target is ovid_o38; Rewind is true; end
  1086.                     ];
  1087.                 end,
  1088.                 cPixelTool_IfSystemCommand
  1089.                 with SetMode is IsWinTest; 
  1090.                     Commands is [
  1091.                         cDragCommand
  1092.                         with Target is ovid_o38; Mode is DragTo; X is 599; Y is 418; end,
  1093.                         cGrowCommand
  1094.                         with Target is ovid_o38; Mode is GrowTo; X is 192; Y is 144; end,
  1095.                         cEnableCommand
  1096.                         with Target is oglobal39; Mode is Clear; end,
  1097.                         cShowCommand
  1098.                         with Target is ovid_o38; end,
  1099.                         cEnableCommand
  1100.                         with Target is ovid_o38; end,
  1101.                         cRunCommand
  1102.                         with Target is ovid_o38; Rewind is true; end
  1103.                     ];
  1104.                 end
  1105.             ];
  1106.         end
  1107.     ];
  1108. end;
  1109.  
  1110. object oglobal39 is cBox
  1111. with 
  1112.     Name is "global"; 
  1113.     Enabled is false; Shown is false; Cursor is oEmptyCursor; 
  1114.     
  1115.     Width is 800; Height is 600; 
  1116.     
  1117.     
  1118.     Events is [
  1119.         cMouseUpEvent
  1120.         with Flag is true; 
  1121.             Commands is [
  1122.                 cPixelTool_IfSystemCommand
  1123.                 with 
  1124.                     Commands is [
  1125.                         cRunCommand
  1126.                         with Target is ovid_o38; Mode is Clear; Rewind is true; end,
  1127.                         cEnableCommand
  1128.                         with Target is ovid_o38; Mode is Clear; end,
  1129.                         cShowCommand
  1130.                         with Target is ovid_o38; Mode is Clear; end,
  1131.                         cEnableCommand
  1132.                         with Target is oTargetSelf; Mode is Clear; end,
  1133.                         cDragCommand
  1134.                         with Target is ovid_o38; Mode is DragTo; X is 599; Y is 418; end,
  1135.                         cGrowCommand
  1136.                         with Target is ovid_o38; Mode is GrowTo; X is 192; Y is 144; end,
  1137.                         cShowCommand
  1138.                         with Target is ovid_o38; end,
  1139.                         cRunCommand
  1140.                         with Target is ovid_o38; Rewind is true; end,
  1141.                         cEnableCommand
  1142.                         with Target is ovid_o38; end
  1143.                     ];
  1144.                 end,
  1145.                 cPixelTool_IfSystemCommand
  1146.                 with SetMode is IsWinTest; 
  1147.                     Commands is [
  1148.                         cShowCommand
  1149.                         with Target is ovid_o38; Mode is Clear; end,
  1150.                         cRunCommand
  1151.                         with Target is ovid_o38; Mode is Clear; Rewind is true; end,
  1152.                         cEnableCommand
  1153.                         with Target is ovid_o38; Mode is Clear; end,
  1154.                         cEnableCommand
  1155.                         with Target is oTargetSelf; Mode is Clear; end,
  1156.                         cDragCommand
  1157.                         with Target is ovid_o38; Mode is DragTo; X is 599; Y is 418; end,
  1158.                         cGrowCommand
  1159.                         with Target is ovid_o38; Mode is GrowTo; X is 192; Y is 144; end,
  1160.                         cShowCommand
  1161.                         with Target is ovid_o38; end,
  1162.                         cRunCommand
  1163.                         with Target is ovid_o38; Rewind is true; end,
  1164.                         cEnableCommand
  1165.                         with Target is ovid_o38; end
  1166.                     ];
  1167.                 end
  1168.             ];
  1169.         end
  1170.     ];
  1171. end;